home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: news2.interlog.com!rose!awhite
- From: awhite@user.rose.com (A White)
- Subject: Re: Shared libs with SAS
- Sender: news@rose.com (news)
- Organization: Rose Media Incorpoarted, Ontario, Canada
- Message-ID: <DpAu86.5tn@rose.com>
- References: <4jqn0i$klp@strauss.udel.edu>
- Date: Wed, 3 Apr 1996 18:33:42 GMT
-
- In article <4jqn0i$klp@strauss.udel.edu>,
- John Pat Corigliano <jcorig@strauss.udel.edu> wrote:
- >I am making my first attempt at creating a shared library and am
- >>snipped
- >the LIBCODE option) but the linker declares these strange
- >"Undefined symbols":
- > __CXD33 __CXV42 __CXV24 __CXD55 __CXA55 __CXV34
- > __CXM22 __CXV54 __CXV45 __CXM33
-
- Though you may not refer to any standard library functions, math operations
- may require library code - typically, __C????? is an internal reference to
- math, especially floating point, so don;t forget scm.lib
-
-